var unicode.properties
10 uses
unicode (current package)
graphic.go#L40: return properties[uint8(r)]&pg != 0
graphic.go#L52: return properties[uint8(r)]&pp != 0
graphic.go#L83: return properties[uint8(r)]&pC != 0
graphic.go#L92: return properties[uint8(r)]&(pLmask) != 0
graphic.go#L106: return properties[uint8(r)]&pN != 0
graphic.go#L115: return properties[uint8(r)]&pP != 0
graphic.go#L143: return properties[uint8(r)]&pS != 0
letter.go#L187: return properties[uint8(r)]&pLmask == pLu
letter.go#L196: return properties[uint8(r)]&pLmask == pLl
tables.go#L7565: var properties = [MaxLatin1 + 1]uint8{
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |